type runtime.syscallingThread

13 uses

	runtime (current package)
		proc.go#L6729: type syscallingThread struct {
		proc.go#L6750: func setBlockOnExitSyscall(pp *p) (syscallingThread, bool) {
		proc.go#L6752: 		return syscallingThread{}, false
		proc.go#L6768: 		return syscallingThread{}, false
		proc.go#L6773: 		return syscallingThread{}, false
		proc.go#L6782: 		return syscallingThread{}, false
		proc.go#L6786: 		return syscallingThread{}, false
		proc.go#L6791: 		return syscallingThread{}, false
		proc.go#L6793: 	return syscallingThread{gp, mp, pp, status}, true
		proc.go#L6800: func (s syscallingThread) gcstopP() {
		proc.go#L6810: func (s syscallingThread) takeP() {
		proc.go#L6817: func (s syscallingThread) releaseP(state uint32) {
		proc.go#L6834: func (s syscallingThread) resume() {